home *** CD-ROM | disk | FTP | other *** search
Text File | 1994-12-04 | 606 b | 23 lines | [TEXT/ttxt] |
-
- This is a dusty old project I threw together a long time ago when I was first
- learning to program the Mac. I took some C-code I found on my Sun at work
- and ported it to the Mac. I leave this to the world as a curiosity.
-
- Draws a fine-grained labyrinth, then solves it.
-
- Requires: Think C, 13" monitor
-
- Your THINK C project should include simply
- MacTraps
- main.c
- rinth.c
- util.c
- init.c
-
- If you play with the code, you can relax the monitor requirement. The more
- adventurous among you might try to make a screen saver out of it.
-
- It is NOT a robust application, it's just for fun.
-
- RonAKaps
-